home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / NVU 0.50 for Windows / nvu-0.50-win32-installer-full.exe / {app} / chrome / zi001976 / skin / modern / venkman / contents.rdf next >
Encoding:
Extensible Markup Language  |  2001-10-02  |  2.2 KB  |  58 lines

  1. <?xml version="1.0"?>
  2.  
  3. <!--
  4.    -
  5.    - The contents of this file are subject to the Mozilla Public License
  6.    - Version 1.1 (the "License"); you may not use this file except in
  7.    - compliance with the License. You may obtain a copy of the License at
  8.    - http://www.mozilla.org/MPL/ 
  9.    - 
  10.    - Software distributed under the License is distributed on an "AS IS" basis,
  11.    - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  12.    - for the specific language governing rights and limitations under the
  13.    - License. 
  14.    -
  15.    - The Original Code is The JavaScript Debugger
  16.    - 
  17.    - The Initial Developer of the Original Code is
  18.    - Netscape Communications Corporation
  19.    - Portions created by Netscape are
  20.    - Copyright (C) 1998 Netscape Communications Corporation.
  21.    - All Rights Reserved.
  22.    -
  23.    - Alternatively, the contents of this file may be used under the
  24.    - terms of the GNU Public License (the "GPL"), in which case the
  25.    - provisions of the GPL are applicable instead of those above.
  26.    - If you wish to allow use of your version of this file only
  27.    - under the terms of the GPL and not to allow others to use your
  28.    - version of this file under the MPL, indicate your decision by
  29.    - deleting the provisions above and replace them with the notice
  30.    - and other provisions required by the GPL.  If you do not delete
  31.    - the provisions above, a recipient may use your version of this
  32.    - file under either the MPL or the GPL.
  33.    -
  34.    - Contributor(s):
  35.    -  Robert Ginda, <rginda@netscape.com>, original author
  36.    -
  37.    -->
  38.  
  39. <RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  40.          xmlns:chrome="http://www.mozilla.org/rdf/chrome#">
  41.  
  42.   <RDF:Seq about="urn:mozilla:skin:root">
  43.     <RDF:li resource="urn:mozilla:skin:modern/1.0" />
  44.   </RDF:Seq>
  45.  
  46.   <!-- skin information -->
  47.   <RDF:Description about="urn:mozilla:skin:modern/1.0"
  48.         chrome:displayName="Modern"
  49.         chrome:author="mozilla.org"
  50.         chrome:name="modern/1.0">
  51.     <chrome:packages>
  52.       <RDF:Seq about="urn:mozilla:skin:modern/1.0:packages">
  53.         <RDF:li resource="urn:mozilla:skin:modern/1.0:venkman"/>
  54.       </RDF:Seq>
  55.     </chrome:packages>
  56.   </RDF:Description>
  57. </RDF:RDF>
  58.